home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / CMaster Demo v2.0.3 / CMaster.sea / CMaster.rsrc / STR#_10202.txt < prev    next >
Encoding:
Text File  |  1994-09-17  |  16.9 KB  |  458 lines

  1. Move Up
  2.  
  3.  
  4.  
  5. Move the line containing the caret to the top of the window without changing the relative position of the caret, possibly scrolling the window.
  6.  
  7. Move the caret to top of the current function and that line of text placed at the top of the current window, possibly scrolling the window.
  8.  
  9. Move the caret to top of the current file and window, possibly scrolling the window.
  10.  
  11. The caret moves to the top of the current window, without scrolling the window.
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. Move Middle
  26.  
  27.  
  28.  
  29. Move the line containing the caret to the middle of the window without changing the relative position of the caret, possibly scrolling the window.
  30.  
  31. Move the caret to top of the current function and that line of text placed at the middle of the current window, possibly scrolling the window.
  32.  
  33. Move the caret to middle of the current file and window, possibly scrolling the window. This action is not of much use but is included for completeness.
  34.  
  35. The caret moves to the middle of the current window, without scrolling the window.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. Move Down
  50.  
  51.  
  52.  
  53. Move the line containing the caret to the bottom of the window without changing the relative position of the caret, possibly scrolling the window.
  54.  
  55. Move the caret to bottom of the current function and that line of text placed at the bottom of the current window, possibly scrolling the window.
  56.  
  57. Move the caret to bottom of the current file and window, possibly scrolling the window.
  58.  
  59. The caret moves to the bottom of the current window, without scrolling the window.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. Find
  74.  
  75.  
  76.  
  77. Search forward. The current selection is used if available, otherwise the previous string. It honors ‚ÄúGeneral Preferences‚Äù settings for whole words and wrapping.
  78.  
  79. Search forward but only within the current function. The current selection is used if available, otherwise the previous string. The search stops at the end of the function.  It honors ‚ÄúGeneral Preferences‚Äù settings for whole words.
  80.  
  81. Search forward. The current selection is used if available, otherwise the previous string.  It uses the alternate ‚ÄúGeneral Preferences‚Äù settings for wrapping but honors the whole words option.
  82.  
  83. Ignore the current selection and set CMaster‚Äôs search string to the Think C Find string (as shown in it‚Äôs find dialog), then perform a preferred forward search. CMaster rejects strings containing spaces, tabs, or newlines.
  84.  
  85. Search backward. The current selection is used if available, otherwise the previous string. It honors ‚ÄúGeneral Preferences‚Äù settings for whole words and wrapping.
  86.  
  87. Search backward but only within the current function. The current selection is used if available, otherwise the previous string. The search stops at the beginning of the function. It honors ‚ÄúGeneral Preferences‚Äù settings for whole words.
  88.  
  89. Search backward. The current selection is used if available, otherwise the previous string. It uses the alternate ‚ÄúGeneral Preferences‚Äù settings for wrapping but honors the whole words option.
  90.  
  91. Search forwards. The current selection is used if available, otherwise the previous string. If the search hits the bottom of the file, it starts again at the beginning. Any match is selected.
  92.  
  93. Given that you first select a variable name in the declaration section within a function, this feature then searches within it for a usage. If CMaster finds one, it issues a DoneBeep, otherwise it selects the variable for easy deletion.
  94.  
  95. Search backwards. The current selection is used if available, otherwise the previous string. If the search hits the beginning of the file, it starts again at the end. Any match is selected.
  96.  
  97. Comment
  98.  
  99.  
  100.  
  101. The current selection is uncommented if it begins with a comment, otherwise it is commented using the style as set in the ‚ÄúGeneral Preferences‚Äù dialog.
  102.  
  103. The current selection is uncommented if it begins with a comment, otherwise it is commented using the unselected style as shown in the ‚ÄúGeneral Preferences‚Äù dialog.
  104.  
  105. If the current selection starts with #ifdef and ends with #endif, these two lines are removed. Otherwise, the possibly extended selection is enclosed by #ifdef <variable> and #endif statements. Use General Preferences for entering the <variable>.
  106.  
  107. Always comment the current selection using the style as set in the ‚ÄúGeneral Preferences‚Äù dialog.
  108.  
  109. Comment the selection with a single set of ‚Äú/*‚Äù and ‚Äú*/‚Äù comments, only if the current selection has no embedded comments already in it.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. Always comment the current selection unselected style as set in the ‚ÄúGeneral Preferences‚Äù dialog.
  118.  
  119.  
  120.  
  121. Clip1
  122.  
  123.  
  124.  
  125. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is popped off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  126.  
  127. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is popped off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  128.  
  129. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  130.  
  131. Delete all data in the ‚Äúprimary‚Äù clipboard.
  132.  
  133. The current selection either copied to or pushed onto the ‚Äúprimary‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  134.  
  135. The current selection either copied to or pushed onto the ‚Äúalternate‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  136.  
  137. Append the current selection to THINK‚Äôs Clipboard. Holding the mouse down on the icon with these modifiers shows the contents of THINK‚Äôs scrap.
  138.  
  139. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  140.  
  141. Delete all data in the ‚Äúalternate‚Äù clipboard.
  142.  
  143. Swaps the data between the ‚Äúprimary‚Äù and ‚Äúalternate‚Äù clipboards. This action will effect all other open windows since the global data will have most likely changed.
  144.  
  145. Clip2
  146.  
  147.  
  148.  
  149. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is pop-ed off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  150.  
  151. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is pop-ed off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  152.  
  153. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  154.  
  155. Delete all data in the ‚Äúprimary‚Äù clipboard.
  156.  
  157. The current selection either copied to or pushed onto the ‚Äúprimary‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  158.  
  159. The current selection either copied to or pushed onto the ‚Äúalternate‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  160.  
  161.  
  162.  
  163. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  164.  
  165. Delete all data in the ‚Äúalternate‚Äù clipboard.
  166.  
  167. Swaps the data between the ‚Äúprimary‚Äù and ‚Äúalternate‚Äù clipboards. This action will effect all other open windows since the global data will have most likely changed.
  168.  
  169. Clip3
  170.  
  171.  
  172.  
  173. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is pop-ed off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  174.  
  175. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is pop-ed off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  176.  
  177. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  178.  
  179. Delete all data in the ‚Äúprimary‚Äù clipboard.
  180.  
  181. The current selection either copied to or pushed onto the ‚Äúprimary‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  182.  
  183. The current selection either copied to or pushed onto the ‚Äúalternate‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  184.  
  185.  
  186.  
  187. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  188.  
  189. Delete all data in the ‚Äúalternate‚Äù clipboard.
  190.  
  191. Swaps the data between the ‚Äúprimary‚Äù and ‚Äúalternate‚Äù clipboards. This action will effect all other open windows since the global data will have most likely changed.
  192.  
  193. Clip4
  194.  
  195.  
  196.  
  197. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is pop-ed off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  198.  
  199. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is pop-ed off the stack unless it is the last item and the ‚ÄúPaste Purges Clipboard Data‚Äù option in the General Preferences has not been selected.
  200.  
  201. Paste the ‚Äúprimary‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  202.  
  203. Delete all data in the ‚Äúprimary‚Äù clipboard.
  204.  
  205. The current selection either copied to or pushed onto the ‚Äúprimary‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  206.  
  207. The current selection either copied to or pushed onto the ‚Äúalternate‚Äù clipboard, depending on the whether the push-down stack has been enabled in the General Preferences dialog. A limit of 32K per copy is enforced.
  208.  
  209.  
  210.  
  211. Paste the ‚Äúalternate‚Äù clipboard contents as defined by the General Preferences. The data is retained in the clipboard.
  212.  
  213. Delete all data in the ‚Äúalternate‚Äù clipboard.
  214.  
  215. Swaps the data between the ‚Äúprimary‚Äù and ‚Äúalternate‚Äù clipboards. This action will effect all other open windows since the global data will have most likely changed.
  216.  
  217. Marker1
  218.  
  219.  
  220.  
  221. Move to a previously set mark. If visible, the cursor is moved within the window. Otherwise, the cursor position will be the window middle. The cursor will animate if the ‚ÄúAnimated Cursor‚Äù option has been selected in the Other Preferences dialog.
  222.  
  223.  
  224.  
  225.  
  226.  
  227. Delete the mark. You may want to do this to remove ‚Äúclutter‚Äù and better find meaningful markers.
  228.  
  229. Sets the mark to either the current cursor location, or the start of a selection.
  230.  
  231.  
  232.  
  233. Overwrite the mark with either the current cursor location or the start of a selection.
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. Marker2
  242.  
  243.  
  244.  
  245. Move to a previously set mark. If visible, the cursor is moved within the window. Otherwise, the cursor position will be the window middle. The cursor will animate if the ‚ÄúAnimated Cursor‚Äù option has been selected in the General Preferences dialog.
  246.  
  247.  
  248.  
  249.  
  250.  
  251. Delete the mark. You may want to do this to remove ‚Äúclutter‚Äù and better find meaningful markers.
  252.  
  253. Sets the mark to either the current cursor location, or the start of a selection.
  254.  
  255.  
  256.  
  257. Overwrite the mark with either the current cursor location or the start of a selection.
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. Marker3
  266.  
  267.  
  268.  
  269. Move to a previously set mark. If visible, the cursor is moved within the window. Otherwise, the cursor position will be the window middle. The cursor will animate if the ‚ÄúAnimated Cursor‚Äù option has been selected in the Other Preferences dialog.
  270.  
  271.  
  272.  
  273.  
  274.  
  275. Delete the mark. You may want to do this to remove ‚Äúclutter‚Äù and better find meaningful markers.
  276.  
  277. Sets the mark to either the current cursor location, or the start of a selection.
  278.  
  279.  
  280.  
  281. Overwrite the mark with either the current cursor location or the start of a selection.
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. Marker4
  290.  
  291.  
  292.  
  293. Move to a previously set mark. If visible, the cursor is moved within the window. Otherwise, the cursor position will be the window middle. The cursor will animate if the ‚ÄúAnimated Cursor‚Äù option has been selected in the General Preferences dialog.
  294.  
  295.  
  296.  
  297.  
  298.  
  299. Delete the mark. You may want to do this to remove ‚Äúclutter‚Äù and better find meaningful markers.
  300.  
  301. Sets the mark to either the current cursor location, or the start of a selection.
  302.  
  303.  
  304.  
  305. Overwrite the mark with either the current cursor location or the start of a selection.
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. Proto
  314.  
  315.  
  316.  
  317. Paste the prototype data at the current cursor position (or overwrite a selection). The data is purged after this action.
  318.  
  319. Paste the prototype data at the current cursor position (or overwrite a selection). Retain the data.
  320.  
  321.  
  322.  
  323. The prototype data is deleted. Useful if you generate a prototype then normally Command-V to copy the data in one of your files.
  324.  
  325. Calculate a prototype for the current selection (which must include the function‚Äôs first ‚Äò{‚Äò and may include more of the following characters which it ignores), or no selection, prototype the whole file.
  326.  
  327. Calculate a prototype for the current selection (which must include the function‚Äôs first ‚Äò{‚Äò and may include more of the following characters which it ignores), or no selection, prototype the whole file. The data is appended to any existing prototypes.
  328.  
  329. Calculate a prototype for the current selection (which must include the function‚Äôs first ‚Äò{‚Äò and may include more of the following characters which it ignores), or no selection, prototype the whole file. Include ‚Äúclass::member‚Äù definitions too.
  330.  
  331. Calculate a prototype for the current selection (which must include the function‚Äôs first ‚Äò{‚Äò and may include more of the following characters which it ignores), or no selection, prototype the whole file. If whole file, exclude static functions.
  332.  
  333. Calculate a prototype for the current selection (which must include the function‚Äôs first ‚Äò{‚Äò and may include more of the following characters which it ignores), or no selection, prototype the whole file. If whole file, include only static functions.
  334.  
  335.  
  336.  
  337. FScan
  338.  
  339.  
  340.  
  341. Scan forwards to the next function. The search stops at the end of the file. 
  342.  
  343. If the current cursor position falls within the scope of a #if.../#endif block, move to the terminating #endif line.
  344.  
  345. Scan forwards to the next function. If there is no next function, the search starts anew at the beginning of the file. 
  346.  
  347.  
  348. If the current selection matches the name of a function within the current file, then jump to that function as if you had selected it from the function popup or the Markers menu.
  349.  
  350. Scan backwards to the previous function. The search stops at the beginning of the file. 
  351.  
  352. If the current cursor position falls within the scope of a #if.../#endif block, move to the beginning #if... line.
  353.  
  354. Scan backwards to the previous function. If there is no previous function, the search starts anew at the end of the file. 
  355.  
  356. If the current cursor position falls within the scope of a #if.../#endif block, move to the next #else line if one exists, otherwise to the terminating #endif line.
  357.  
  358.  
  359.  
  360. If the current cursor position falls within the scope of a #if.../#endif block, move to the previous #else line if one exists, otherwise to the beginning #if... line.
  361.  
  362. Function PopUpMenu
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386. Included File Popup
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410. GoBack Popup
  411.  
  412.  
  413.  
  414. Move one GoBack position backward to an older position within the current file. It honors ‚ÄúGoBack Preferences‚Äù settings for wrapping around to the newest position.
  415.  
  416. Move one GoBack position backward to an older position, possibly moving to another file. It honors ‚ÄúGoBack Preferences‚Äù settings for wrapping around to the newest position.
  417.  
  418. Move one GoBack position backward to an older position within the current file. It uses the logical inverse of the  ‚ÄúGoBack Preferences‚Äù wrapping setting.
  419.  
  420. Move to the start of the GoBack queue. This location represents the newest location if the ‚Äúinsert markers‚Äù option is not set in ‚ÄúGoBack Preferences‚Äù.
  421.  
  422. Move one GoBack position forward to a newer position within the current file. It uses the logical inverse of the  ‚ÄúGoBack Preferences‚Äù wrapping setting.
  423.  
  424. Move one GoBack position forward to a newer position, possibly moving to another file. It uses the logical inverse of the  ‚ÄúGoBack Preferences‚Äù wrapping setting.
  425.  
  426. Move one GoBack position forward to a newer position within the current file. It uses the logical inverse of the  ‚ÄúGoBack Preferences‚Äù wrapping setting.
  427.  
  428. Move one GoBack position backward to an older position, possibly moving to another file. It uses the logical inverse of the  ‚ÄúGoBack Preferences‚Äù wrapping setting.
  429.  
  430. Move to the end of the GoBack queue. This location represents the oldest location if the ‚Äúinsert markers‚Äù option is not set in ‚ÄúGoBack Preferences‚Äù.
  431.  
  432. Move one GoBack position forward to a newer position, possibly moving to another file. It uses the logical inverse of the  ‚ÄúGoBack Preferences‚Äù wrapping setting.
  433.  
  434. Externals Popup
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.